
.mnu_man .m a{
  float:left;
  width:82px;
  height:56px;
  line-height:56px;
  font-size:15px;
  font-weight:bold;
  text-align:center;
  color:#000;
  font-family:宋体;
  border-left:1px dotted #ccc;
  background-repeat: no-repeat;
  background-position: center 50px;
}
.mnu_man .m a:hover{
  color:#0c6a30;
}
.mnu_man .s{
  position:absolute;
  z-index:99999;
}
.mnu_man .s .i{
  width:176px;
  position:absolute;
  display:none;
}
.mnu_man .s .i a{
  font-size:14px;
  width:176px;
  height:38px;
  line-height:38px;
  text-indent: 15px;
  display: block;
  background:url('img/mns_n.png');
  color:#0c6a30;
}
.mnu_man .s .i a:hover{
  background:url('img/mns_h.png');
  color:#fff;
}

#sch{position:absolute;background:#555;padding:10px;z-index: 1000000;display: none;}
#sch .txt{
  float:left;
  width:190px;
  height:28px;
  line-height:28px;
  background:transparent;
  border:0px;
  vertical-align:middle;
  color:#aaa;
  padding:0px;
  font-size:12px;
  background:#fff;
  text-indent:1em;
  font-family:Microsoft yahei;
}
#sch .btn{
  float:right;
  cursor:pointer;
  background:transparent;
  width:30px;
  height:28px;
  border:0px;
  padding:0px;
  background:url(img/bot.gif) no-repeat 0 0 #f63b2e;
}
